Catch 1
select count(SongId) from chartsquery where (genre='Rock') and (subgenre='Psychedelic Pop')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Rock')
RowsCount=0